home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 227_01 / readme.doc < prev    next >
Text File  |  1988-02-07  |  1KB  |  27 lines

  1. *---------------- readme.doc  ------------------------ Nov, 15. 1987 --------*
  2.  
  3.             GRAPHLIB Version 2.1
  4.             --------------------
  5.  
  6. This disk contains no object files. Sorry to all programmers without the
  7. macro assembler, but there wasn't enough space. Object files also cause
  8. problems when converting the disk to different formats. So I decided not to
  9. include them.
  10.  
  11. *----------------------------------------------------------------------------*
  12.  
  13. There are two poor example programs on the disk:
  14. 1. A program that draws mandelbrot sets, if you have lots of time. Its named
  15.    frktal.c (from german "Fraktal"). Please do not reboot your computer
  16.    during the first 5 minutes, the program needs this time to draw the first
  17.    points.
  18.  
  19. 2. A simple turtle graphic demo program, named turtle.c. This program uses
  20.    only a small subset of the available function calls, but it was written
  21.    by a nine-year old child. As you can see, turtle graphic is easy.
  22.  
  23. *----------------------------------------------------------------------------*
  24.  
  25. The compete documentation is included as nroff source file in "GRAF.S" and
  26. as pure ASCII-text in file "GRAF.TXT".
  27.